home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6507 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  544 b 

  1. Path: news.ios.com!usenet
  2. From: leonardj@tribeca.ios.com (John Leonard)
  3. Newsgroups: comp.lang.c++
  4. Subject: Static members of template classes
  5. Date: Fri, 09 Feb 1996 02:26:45 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4feb12$987@news.ios.com>
  8. NNTP-Posting-Host: ppp-7.ts-9.hck.idt.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11.     How do you declare and initialize a static data member for a template
  12. class? Must you instantiate the class first? What do you do if you are
  13. not going to make any static instantiations of the class?
  14.     John
  15.  
  16.  
  17.